'Declaration Public Function IsInside( _ ByVal x As Integer, _ ByVal y As Integer _ ) As Boolean
'Declaration
Public Function IsInside( _ ByVal x As Integer, _ ByVal y As Integer _ ) As Boolean
public bool IsInside( int x, int y )
public function IsInside( x: Integer; y: Integer ): Boolean;
public function IsInside( x : int, y : int ) : boolean;
public: bool IsInside( int x, int y )
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangle GdPictureRectangle Members